home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Developer CD 2.1
/
Amiga Developer CD v2.1.iso
/
Reference
/
ROM_Kernel_Manuals
/
Lib_examples
/
sample_protos.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-08-20
|
191 b
|
11 lines
/* sample_protos.h - prototypes for sample.library functions */
#ifndef SAMPLE_PROTOS_H
#define SAMPLE_PROTOS_H
LONG AddThese(LONG,LONG);
LONG Double(LONG);
#endif /* SAMPLE_PROTOS_H */